Open
Conversation
… instead of the values
…nk.importer and direct.chunk.importer are used instead of chunk.delayed.importer and chunk.direct.importer + chunk delayed disabled, enable again
…e backends some registers are not imported due to erratic backend behaviour
…rt, _should_import and _force_binding_creation)
…unction check_external_id
…turn id without list
…on takes a domain and return the same domain without spaces.
…update to validate data.
…e a new abstract model to be inhereted
…xternal_id is a char
…ct some types of conversions
…ernal data or not
…have a record to ensure_one.
…ternal object after odoo unlink and base unlink
… dependencies once even when dependencies has binding
This reverts commit b2bc072.
Add optional user_id field on the backend to define a default user for all operations. Override work_on to switch to this user before creating the WorkContext, ensuring all components, record creation, and child jobs run under the configured user context. This prevents records from being created under the session user when imports are triggered manually from the backend form.
External systems may have a server timezone different from the data timezone. For example, a Portuguese healthcare system (data TZ) hosted on a Spanish server (server TZ). Technical timestamps like modification dates follow the server TZ, while business data follows the data TZ. Add a mandatory server_tz field and server_tz_to_utc/utc_to_server_tz methods. Extract _convert_tz static helper to avoid code duplication across all conversion methods. Rename tz_to_local to utc_to_local for clarity, keeping tz_to_local as a deprecated alias.
…s and added docstrings
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #892 +/- ##
==========================================
+ Coverage 29.76% 30.23% +0.46%
==========================================
Files 17 17
Lines 1233 1247 +14
Branches 252 253 +1
==========================================
+ Hits 367 377 +10
- Misses 866 870 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.